func net/http.cleanPath
5 uses
	net/http (current package)
		pattern.go#L126: 	if method != "" && method != "CONNECT" && rest != cleanPath(rest) {
		servemux121.go#L121: 	path := cleanPath(r.URL.Path)
		server.go#L2524: func cleanPath(p string) string {
		server.go#L2606: 		path = cleanPath(path)
		server.go#L2659: 			return nil, nil, &url.URL{Path: cleanPath(u.Path) + "/", RawQuery: u.RawQuery}
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |